LoadSnapshotResponse

data class LoadSnapshotResponse(snapshotId: SnapshotId)

Represents response frame that is returned from LayerTree#loadSnapshot operation call. Returns the snapshot identifier.

See also

Constructors

LoadSnapshotResponse
Link copied to clipboard
fun LoadSnapshotResponse(snapshotId: SnapshotId)

Properties

snapshotId
Link copied to clipboard
val snapshotId: SnapshotId
The id of the snapshot.

Sources

jvm source
Link copied to clipboard